home *** CD-ROM | disk | FTP | other *** search
- Path: uvaix3e1.comp.UVic.CA!usenet
- From: wyung@pobox.com (Wesley Yung)
- Newsgroups: comp.lang.c++
- Subject: Merge Sort
- Date: 26 Mar 1996 03:40:04 GMT
- Organization: MCG Computer Consultants
- Message-ID: <4j7ouk$cao@uvaix3e1.comp.UVic.CA>
- NNTP-Posting-Host: p18-153.dialup.uvic.ca
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- X-Newsreader: WinVN 0.99.7
-
- Hi there, does anyone have a merge sort algorithm that uses the same
- parameters as Qsort? You know. Like this:
-
- void msort (void* base, size_t count, size_t size, int (*compar)(const void
- *e1, const void *e2))
-
- If you have one, please mail it to me. Thanks a lot,
-
- Wesley Yung
-
- wyung@pobox.com
- --
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
- |\_\_\_\_ /_/_/_/ _/_/_/_/_/ _/_/_/_/_/ Wesley Yung [Coordinator] |
- | \_\_ \_/ _/_/ _/_/ _/_/ Phone: (Vic)604-480-0523 |
- | \_\_ _/_/ _/_/ _/_/ _/_/ E-Mail: wyung@pobox.com |
- | \_\_ _/_/ _/_/_/_/_/ _/_/_/_/_/_/ URL: http://pobox.com/~wyung/ |
- |---------------------------------------------------------------------|
- | C o m p u t e r C o n s u l t a n t s |
- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
-
-